İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
Sayfayı terk etmek istediğinize emin misiniz?
1 x Application (82.55%) | 624ms |
1 x Booting (17.45%) | 132ms |
select * from `multi_carts` where `key` = 'luzyonu-tasarla-english' and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select exists(select * from `multi_cart_sessions` where `session_id` = '49bda38f-bb0f-43ec-90c2-9cae6913c55b') as `exists`
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = '49bda38f-bb0f-43ec-90c2-9cae6913c55b' limit 1
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 5 and `multi_cart_items`.`multi_cart_id` is not null order by `multi_cart_items`.`order` asc
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 5 and `multi_cart_items`.`multi_cart_id` is not null and `order` = '3' order by `multi_cart_items`.`order` asc limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 37 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (37)
Backtrace |
|
select `ec_products`.*, `ec_product_category_product`.`category_id` as `pivot_category_id`, `ec_product_category_product`.`product_id` as `pivot_product_id` from `ec_products` inner join `ec_product_category_product` on `ec_products`.`id` = `ec_product_category_product`.`product_id` where `ec_product_category_product`.`category_id` = 37 and `is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = '49bda38f-bb0f-43ec-90c2-9cae6913c55b' limit 1
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published' and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = 'Lumo\Menu\Models\Menu' and `lang_meta_code` = 'en_US' and `lang_meta_code` = 'en_US')
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) order by `position` asc
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (84) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` in (41, 42, 40, 39)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (39, 40, 41, 42) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8147, 8148, 8149, 8150)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (39, 40, 41, 42)
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'en_US' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'en_US' where `status` = 'published' order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion-en_US')
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (10)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (10) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (131)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (10)
Backtrace |
|
select * from `pages` where `pages`.`id` in (15, 14, 13, 12)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (12, 13, 14, 15) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15511, 15512, 15513, 15514)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (12, 13, 14, 15)
Backtrace |
|
select * from `pages` where `pages`.`id` in (16, 19, 17, 18)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (16, 17, 18, 19) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15515, 15516, 15517, 15518)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (16, 17, 18, 19)
Backtrace |
|
200
[]
[]
0 of 0array:24 [▼ "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "18.191.112.81" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IndZZXIwRDM5dW1PNVVwcGduemMxL1E9PSIsInZhbHVlIjoiV2NXLzlzUitYUlMxaVhPSFIrdTBibVAwZmZYWCtERXVoeUcwZ0tpenlBOXhwaFN0TU44VXRUamRJNnRRMHNpWlhNUDduV3lKcy9objRCR3YxeW1RRzBwaDIzNUtVQXhXMUMzc1JSdzFKMy9DVzVKeS9Oc2VxT3NUZzNNeFNkemwiLCJtYWMiOiJiZWFkZDFiNjJiOTI1NjA0Njc0OThiNjFkYTBmNjFiOTBkYTFmNTlmOTkxNjcyZWI5NjJjNzdmYzNjODgzZjgxIiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6ImdYK2tXaEpENitXQ1dxUHVybGtpaGc9PSIsInZhbHVlIjoiZG5UQWFjcnFhL1hETG1vVDRGVVNDQmVNTHFqeTAzN1d2TkNRaTFNd24vaG5GWHpSbGx3SVd3UStwL1VNQnk5blJENTdFclBDYVBmMmVqeXVvazlLa2lOcDliWndHbGJFbml6S3pzM3JoaEhhczM1WUg2SHFuamZNSUFEV3lVcWMiLCJtYWMiOiJhNzEzNTQzOTI5MTkzYjEwM2RmNjgzNTdhZGFmYzM3NjIyNDljYmFkNDA3MWRmZGFiMTg3ZTg2Y2EwNzI0NDA0IiwidGFnIjoiIn0%3D; lumo_footprints_cookie=eyJpdiI6IlZIUUJxN3kxMWhyUWxvcmQySlNBWmc9PSIsInZhbHVlIjoiRm9LRUV4M0NyTEJ6RlhhOHJvZ0VEZVpNdzZvTkNHb0RNL1Q3SXpJTkxUTEk5eHVjMjVPNEp2T2k5Q1d3TFJESjQwUkVwRS93QlMyanF0VkZWOXVrOVpIem8zdmRER3djOVpGWkVXY2lzdTFwdVFQU2Z4MnRFYWRxc0dCNngzZVciLCJtYWMiOiIzMDg4NzI5Njc3NTgxZWFlMWYxMDg2NDdkNzQwMDU5ZGQ1ZjIyODJiYTcxN2I4MzFlNmE5MzhmOWMwNTlmYjkxIiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6IjhDak9CQUxQbFRVRCtXK0Jwdi9sRUE9PSIsInZhbHVlIjoiYUJ5MHV6Ym1vSFI4RWFvRy9rUERaSWExaGEya1F2UVNNbEI3SksxTU1qeEdMWHRoejlhNVJrY0lwM01sUGFYUHhPUm9BaDBqTWxGMklrSmpVZkkybHhSbGZjZkJ5ZjFlVDEyZVd2ZUJia1lhRmY3UkVWZ3hGVW1YYWRYWmpJUW9yb3ZZWUxGZGdTOFVGYjJhbGJzNk5xWVFTMU1GR1BJZDI3WlVtZE8raDJSRk93a1lQQ0JjYjJjV2V0eVpEWm4ranpteXh6VGJ0Q1RvM3Qvc09NVkVYOUpsNzR2dU1UUkkvNTFDeXFUbWVRRC9PQTRyak9MQ2pNRGdzWExabk9vMUxNaGZBUE9uUzNwL1lPc244cjhPcUFiNldJSVZXR0ZWS0tEekE4REUxUzU3SGx0Wkk5R2tiM3hmd1J2eXdhZVp3K0V5MDEwc0ZKVUhPVzRsVGxORmNCMHYzOXFuOTFiUlVmMC9WVk1abTB2VGIrYzczWUpUWG9uQkZpTjEzQlB4endDY0hDcExjZkhwWHVBWlpKSzlLV1RibEU5dkVaem9GWjB1VE5QY0Q5azR0em1yYUZYbFdhb3pvanBJZXdLeFNJYy8rRDNtZmk4T3dwK2dTZnZwMHVIRnZrNU54bVphRndsb0FmN2dMUklNbnhKVFE4MlpVTkFyd1YyZ1VBM1dNbVFDam55K3NyZ3hjUG9HQmpETk5lTWdJSytHOVg0RUNrQStjTjU4SG16a09zenA3TTVvNk11akJTYjFFbkxOVU1JVnk0UXBxSU5WcnBKVG5FL2p3bjRhMmFQRytwM1hYVjNMaXFhOFZFUT0iLCJtYWMiOiJlOGJhMGIyY2RkYTcxYWI1NDA3NGNkZDg1Y2Q4MmFjZTdlNTM4Yjg3ZGZlYTc4OWRlY2U1ZjQ3YWY0YmJiZDgxIiwidGFnIjoiIn0%3D ◀XSRF-TOKEN=eyJpdiI6IndZZXIwRDM5dW1PNVVwcGduemMxL1E9PSIsInZhbHVlIjoiV2NXLzlzUitYUlMxaVhPSFIrdTBibVAwZmZYWCtERXVoeUcwZ0tpenlBOXhwaFN0TU44VXRUamRJNnRRMHNpWlhNUDduV ▶" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-for" => array:1 [▶ 0 => "18.191.112.81" ] "cf-ray" => array:1 [▶ 0 => "92fb75b97d2a61b5-ORD" ] ]
0 of 0array:4 [▼ "XSRF-TOKEN" => "MErokYNK4WBQCGfZlFEgp8ga43FYQDaziot2aBdP" "lumo_session" => "2403eauTAG6D1vhKfSBwmxZxfgsCE0YwRZ9rvJVS" "lumo_footprints_cookie" => "14b34530f72834121e4eb1a5231784644884d76c" "lumo_footprints_cookie_data" => "{"footprint":"14b34530f72834121e4eb1a5231784644884d76c","ip":"172.69.7.126","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla-english\/3\/a1aaf740-b128-4801-9098-053fdc239a02","landing_params":null,"referral":null,"gclid":null,"fclid":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"utm_term":null,"utm_content":null,"referrer_url":null,"referrer_domain":null} ◀{"footprint":"14b34530f72834121e4eb1a5231784644884d76c","ip":"172.69.7.126","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla ▶" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sun, 13 Apr 2025 13:55:14 GMT" ] "cms-version" => array:1 [▶ 0 => "7.3.6" ] "authorization-at" => array:1 [▶ 0 => "2024-07-08 03:09:32" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IndoeDdQS09LRXJDa2o1aHhtK1lBcVE9PSIsInZhbHVlIjoiWXVMTloxeWlReEx1RUNGditQWnZEa3Uzb00xall0azQ4T3hNbjNMcmFDTHpELzE1dENaNEtNNUUzNEJmQmZzOWFEUGJzdTBYZ2VFMGNla2JxNmJxNHlwMWhlSmdKL2VjWm1Ud3RPTXQzTjM2Wkdld3FlV1F3UVg1d2NDeEROZWIiLCJtYWMiOiIwZGVkM2QwYjU2YjEyNWYyNGEyMjZjYWY4MmRhM2U5MWYyOTk5YjVmYmQ2MGYxNmUxYjkyMTA4ODQzNTcyYTg1IiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 15:55:14 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IndoeDdQS09LRXJDa2o1aHhtK1lBcVE9PSIsInZhbHVlIjoiWXVMTloxeWlReEx1RUNGditQWnZEa3Uzb00xall0azQ4T3hNbjNMcmFDTHpELzE1dENaNEtNNUUzNEJmQmZzOWFEUGJzd ▶" 1 => "lumo_session=eyJpdiI6InNCZHdFN0JSLzk4NTViM3NsR2VTQ3c9PSIsInZhbHVlIjoiNlozSXFpejR1N2xyNHE2bUtROWxxaDBXWkltanN6dmYvSGxsL1ZVSnVBRHNyZ3dPMHVsRmFUT3JuZkk2cmc4aUtKVUVPOXVIVkx2bWtsa0hhK2xBcEZTSGlhcHdRSGZ3YThnS3lrZk84MWNranFGS2M2U0w4VUR4RTJic1FDWG4iLCJtYWMiOiIyNDRjMjQzNGU5ZTUwZDdkMzRiZjBmMzAzNTRiNzY2ZWM0OGVjNmNhZDgwZTAxZmE1Njg4ZTM0YmZmM2QyNWIxIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 15:55:14 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6InNCZHdFN0JSLzk4NTViM3NsR2VTQ3c9PSIsInZhbHVlIjoiNlozSXFpejR1N2xyNHE2bUtROWxxaDBXWkltanN6dmYvSGxsL1ZVSnVBRHNyZ3dPMHVsRmFUT3JuZkk2cmc4aUtKVUV ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IndoeDdQS09LRXJDa2o1aHhtK1lBcVE9PSIsInZhbHVlIjoiWXVMTloxeWlReEx1RUNGditQWnZEa3Uzb00xall0azQ4T3hNbjNMcmFDTHpELzE1dENaNEtNNUUzNEJmQmZzOWFEUGJzdTBYZ2VFMGNla2JxNmJxNHlwMWhlSmdKL2VjWm1Ud3RPTXQzTjM2Wkdld3FlV1F3UVg1d2NDeEROZWIiLCJtYWMiOiIwZGVkM2QwYjU2YjEyNWYyNGEyMjZjYWY4MmRhM2U5MWYyOTk5YjVmYmQ2MGYxNmUxYjkyMTA4ODQzNTcyYTg1IiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 15:55:14 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IndoeDdQS09LRXJDa2o1aHhtK1lBcVE9PSIsInZhbHVlIjoiWXVMTloxeWlReEx1RUNGditQWnZEa3Uzb00xall0azQ4T3hNbjNMcmFDTHpELzE1dENaNEtNNUUzNEJmQmZzOWFEUGJzd ▶" 1 => "lumo_session=eyJpdiI6InNCZHdFN0JSLzk4NTViM3NsR2VTQ3c9PSIsInZhbHVlIjoiNlozSXFpejR1N2xyNHE2bUtROWxxaDBXWkltanN6dmYvSGxsL1ZVSnVBRHNyZ3dPMHVsRmFUT3JuZkk2cmc4aUtKVUVPOXVIVkx2bWtsa0hhK2xBcEZTSGlhcHdRSGZ3YThnS3lrZk84MWNranFGS2M2U0w4VUR4RTJic1FDWG4iLCJtYWMiOiIyNDRjMjQzNGU5ZTUwZDdkMzRiZjBmMzAzNTRiNzY2ZWM0OGVjNmNhZDgwZTAxZmE1Njg4ZTM0YmZmM2QyNWIxIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 15:55:14 GMT; path=/; httponly ◀lumo_session=eyJpdiI6InNCZHdFN0JSLzk4NTViM3NsR2VTQ3c9PSIsInZhbHVlIjoiNlozSXFpejR1N2xyNHE2bUtROWxxaDBXWkltanN6dmYvSGxsL1ZVSnVBRHNyZ3dPMHVsRmFUT3JuZkk2cmc4aUtKVUV ▶" ] ]
0 of 0array:6 [▼ "_token" => "MErokYNK4WBQCGfZlFEgp8ga43FYQDaziot2aBdP" "language" => "en" "luzyonu-tasarla-english_code" => Ramsey\Uuid\Lazy\LazyUuidFromString {#455 ▶ -unwrapped: null -uuid: "49bda38f-bb0f-43ec-90c2-9cae6913c55b" uuid: "49bda38f-bb0f-43ec-90c2-9cae6913c55b" } "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/design/luzyonu-tasarla-english/3/49bda38f-bb0f-43ec-90c2-9cae6913c55b" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]